Adwaita: fix outline for scale trough
authorCosimo Cecchi <cosimoc@gnome.org>
Tue, 1 Mar 2016 20:53:44 +0000 (12:53 -0800)
committerCosimo Cecchi <cosimoc@gnome.org>
Tue, 1 Mar 2016 20:54:01 +0000 (12:54 -0800)
gtk/theme/Adwaita/_common.scss
gtk/theme/Adwaita/gtk-contained-dark.css
gtk/theme/Adwaita/gtk-contained.css

index 2a0608739dc9bb11bd40d279536f9486b957924a..7282ffd9b4cbbfb411ee8d23709df670f4dc80cf 100644 (file)
@@ -2504,7 +2504,12 @@ scale {
   }
 
   // the backing bit
-  trough { @extend %scale_trough; }
+  trough {
+    @extend %scale_trough;
+
+    outline-offset: 2px;
+    -gtk-outline-radius: 4px;
+  }
 
   // the colored part of the backing bit
   highlight { @extend %scale_highlight; }
index 5025b1704cdd90ed3c98160f2ca83b1e9c591cd8..fafc9b8514c5a76cf15ab8c9fcd649a7f77efc30 100644 (file)
@@ -2658,6 +2658,9 @@ scale {
     margin: -8px; }
   scale.fine-tune slider {
     margin: -6px; }
+  scale trough {
+    outline-offset: 2px;
+    -gtk-outline-radius: 4px; }
   scale fill, scale fill:backdrop {
     background-color: #1c1f1f;
     box-shadow: none; }
index e35f5be8d7b2984376fd30e2f2ed7d44c90f3a4c..5da21cd4fedf3713538f8059cb5193dda2e2ec7a 100644 (file)
@@ -2689,6 +2689,9 @@ scale {
     margin: -8px; }
   scale.fine-tune slider {
     margin: -6px; }
+  scale trough {
+    outline-offset: 2px;
+    -gtk-outline-radius: 4px; }
   scale fill, scale fill:backdrop {
     background-color: #9d9d99;
     box-shadow: none; }